object FormGuardar: TFormGuardar Tag = 31200 Left = 268 Top = 185 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Guardar An�lisis' ClientHeight = 173 ClientWidth = 344 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnActivate = FormActivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Tag = 31300 Left = 58 Top = 35 Width = 271 Height = 26 AutoSize = False Caption = 'Escriba en la caja de texto el nombre con el que desea guardar e' + 'l nuevo an�lisis' WordWrap = True end object LabelGuardar: TLabel Tag = 31400 Left = 14 Top = 14 Width = 67 Height = 13 Caption = 'Guardar como' end object Bevel1: TBevel Left = 96 Top = 20 Width = 232 Height = 13 Shape = bsTopLine end object PandaBrown1: TPandaBrown Left = 14 Top = 32 Width = 32 Height = 32 TheBrown.Data = { 36080000424D3608000000000000360400002800000020000000200000000100 08000000000000040000120B0000120B00001000000010000000FFFFFF0000FF FF00FF00FF000000FF00C0C0C00080808000008080008000800000008000FFFF 000000FF00008080000000800000FF00000080000000000000000202020F0F0F 0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F0F020202020206050506 05040504050505050505050505050504040000050606060F0202020206050506 0504040505050505050505050505050F040000050606060F0202020206050506 0504050405040505050505050505050F040400050606060F0202020206050506 0504040504050505050505050505050F040400050606060F0202020206050506 0504040405040504050505050505050F040400050606060F0202020206050506 0504040504050405050505050505050F040400050606060F0202020206010506 0504040404040504050405050505050F040404050606060F0202020206050506 0504040404040405040505050505050F040404050606060F0202020206010506 0504040404040404050405040505050F0F0F04050606060F0202020206050106 05050505050505050505050505050505050505050606060F0202020206010506 06060606060606060606060606060606060606060606060F0202020206040104 05060606060606060606060606060606060606060606060F0202020206010405 06060606060606060606060606060606060606060606060F0202020206040104 06060606060606060606060606060606060606060606060F0202020206010406 00010001000100010001000100010001000100010606060F0202020206040106 00000000010001000100010001000100010001000605060F0202020206010406 00000000000000010001000100010001000100010606050F0202020206040106 00000000000000000000000000000100010001000605060F0202020206010406 00000000000000000000000000000000000100010605050F0202020206000406 00000000000000000000000000000001000001000605060F0202020206040106 00000000000000000000000000000000000100010605050F0202020206010406 00000000000000000000000000000000000001000605050F0202020206000006 00000000000000000000000000000000000000010605050F0202020206000106 00000000000000000000000000000000000000000605050F0202020206010006 00000000000000000000000000000000000000000606060F0202020206000006 0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0600000F0202020206000006 0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0606060F0202020206060606 0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0C0606060F0202020202020202 0202020202020202020202020202020202020202020202020202020202020202 0202020202020202020202020202020202020202020202020202020202020202 0202020202020202020202020202020202020202020202020202} end object ButtonAceptar: TButton Tag = 2200 Left = 136 Top = 145 Width = 90 Height = 22 Caption = '&Aceptar' Default = True Enabled = False ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Tag = 2400 Left = 238 Top = 145 Width = 90 Height = 22 Cancel = True Caption = '&Cancelar' ModalResult = 2 TabOrder = 1 end object EditNombre: TEdit Left = 58 Top = 80 Width = 271 Height = 21 MaxLength = 127 TabOrder = 2 OnChange = EditNombreChange end object ManuForm1: TManuForm Enabled = False TitleBar.ApplicationInfo.FontStyle = [fsBold] TitleBar.Color = clMaroon TitleBar.CompanyInfo.FontStyle = [fsBold, fsItalic] TitleBar.NbOfColors = 0 Left = 300 Top = 4 end end